How to Install hpack software package in Debian 9 (Stretch)

How to Install hpack software package in Debian 9 (Stretch)

hpack software package provides An alternative format for Haskell packages, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install hpack 

hpack is installed in your system.

Make ensure the hpack package were installed using the commands given below,

$ sudo dpkg-query -l | grep hpack *

You will get with hpack package name, version, architecture and description in a table

hpack package basic information:

Distro Debian 9 stretch
Section Haskell
Package hpack
Version 0.14.1-2+b7 [amd64, arm64, i38
Description An alternative format for Haskell packages
Sub Section Haskell


See Also, How to uninstall or remove hpack software package from Debian 9 (Stretch)?